PCSM 335 use rfc 3339 format for log timestamps - #69
Open
rasika-chivate wants to merge 10 commits into
Open
Conversation
Co-authored-by: rasika-chivate <95711051+rasika-chivate@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
One sample renders incorrectly, and troubleshooting examples still use the obsolete timestamp format.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Documents RFC 3339 UTC timestamps for PCSM logs.
Changes:
- Adds timestamp format guidance.
- Updates text and JSON logging examples.
- Updates the JSON
timefield reference.
File summaries
| File | Description |
|---|---|
docs/logging.md |
Documents and demonstrates RFC 3339 UTC timestamps. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| !!! admonition "Version added: 0.10.0" | ||
|
|
||
| PCSM writes every log timestamp in [RFC 3339 :octicons-link-external-16:](https://www.rfc-editor.org/rfc/rfc3339){:target="_blank"} format and always in UTC, also known as Zulu time. This applies to both text and JSON output. |
Contributor
There was a problem hiding this comment.
Updated the six timestamped text-log examples in docs/troubleshooting.md to RFC 3339 UTC format in commit 71a8c15.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
…ps://github.com/percona/pcsm-docs into PCSM-335-Use-RFC-3339-format-for-log-timestamps
nastena1606
temporarily deployed
to
PCSM-335-Use-RFC-3339-format-for-log-timestamps - plm-docs PR #69
September 7, 2026 14:24 — with
Render
Destroyed
rasika-chivate
temporarily deployed
to
PCSM-335-Use-RFC-3339-format-for-log-timestamps - pcsm-docs PR #69
September 7, 2026 14:24 — with
Render
Destroyed
Co-authored-by: rasika-chivate <95711051+rasika-chivate@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://perconadev.atlassian.net/browse/PCSM-335